home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>"^" Operator [Runtime]</title><meta name="filename" content="text/sbasic/common/03070500"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="potenz" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="66383">"^" Operator [Runtime]</help:link></p>
- <p class="Paragraph">Raises a number to a power.</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">Result = Expression ^ Exponent <help:key-word value="^" tag="kw66383_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph"><span class="T1">Parameter</span>:</p>
- <p class="Paragraph">Result : Any numerical expression that contains the result of the number raised to a power.</p>
- <p class="Paragraph">Expression : Numerical value to be raised to a power.</p>
- <p class="Paragraph">Exponent : The exponent value to which the specified Expression is raised.</p>
- <p class="P2">Example:</p>
- <p class="PropText">Sub Example</p>
- <p class="PropText">Print ( 12.345 ^ 23 )</p>
- <p class="PropText">Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithm</p>
- <p class="PropText">End Sub</p>
- <p class="PropText"/>
- <p class="PropText"/>
- <p class="PropText"/>
- </body></html>